Multichoice.__init__(self, troubleshooter, 'printer_is_remote', _('Printer Location'), _('Is the printer connected to this computer or available on the network?'), [
(_('Locally connected printer'), False),
(_('Network printer'), True)], 'Local or remote?')
def display(self):
return not self.troubleshooter.answers['cups_queue_listed']